SetViewModeCommand

MAVLink command which allows to set the view mode.

Constructors

Link copied to clipboard
constructor(@NonNull mode: SetViewModeCommand.Mode, roiIndex: Int)
Constructor.

Types

Link copied to clipboard
enum Mode
View mode.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Retrieves the view mode.
Link copied to clipboard
open fun getRoiIndex(): Int
Retrieves the index of the Region Of Interest.
Link copied to clipboard
open fun hashCode(): Int